@struct dvb_table_eit
@brief DVB EIT table
@ingroup dvb_table
@param header struct dvb_table_header content
@param transport_id transport id
@param network_id network id
@param last_segment last segment
@param last_table_id last table id
@param event pointer to struct dvb_table_eit_event
This structure is used to store the original EIT table,
converting the integer fields to the CPU endianness.
Everything after dvb_table_eit::event (including it) won't
be bit-mapped to the data parsed from the MPEG TS. So, metadata are added
there.
@struct dvb_table_eit @brief DVB EIT table @ingroup dvb_table
@param header struct dvb_table_header content @param transport_id transport id @param network_id network id @param last_segment last segment @param last_table_id last table id @param event pointer to struct dvb_table_eit_event
This structure is used to store the original EIT table, converting the integer fields to the CPU endianness.
Everything after dvb_table_eit::event (including it) won't be bit-mapped to the data parsed from the MPEG TS. So, metadata are added there.